tolk 0.5.0

bindings to tolk.dll, a library to talk to screen readers
docs.rs failed to build tolk-0.5.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: tolk-0.1.1

Tolk-rs

Rust bindings to Tolk, a screen reader abstraction library

Note

This library is meant to be used in the context of providing a screen reader some text to speak. If you're a sighted developer and want general UI accessibility, this library isn't for you. Please use the more powerful native accessibility APIs provided by the OS. Using this library also means that tools for other disabilities (such as magnifiers, voice dictation, etc.) will not be able to understand your UI.

Installation

Add this to your Cargo.toml (or use cargo add if you have that):

tolk = "0.2"

Documentation

Documentation is auto-generated here. You don't really need anything else.